Autogenerated HTML docs for v1.8.3.1-484-g21ff91 
diff --git a/git-config.html b/git-config.html index d463059..f28f3c4 100644 --- a/git-config.html +++ b/git-config.html 
@@ -2665,11 +2665,12 @@  as <code>color.diff</code> and <code>color.grep</code> that control the use of color   per command family. Its scope will expand as more commands learn   configuration to set a default for the <code>--color</code> option. Set it  - to <code>always</code> if you want all output not intended for machine  - consumption to use color, to <code>true</code> or <code>auto</code> if you want such  - output to use color when written to the terminal, or to <code>false</code> or  - <code>never</code> if you prefer Git commands not to use color unless enabled  - explicitly with some other configuration or the <code>--color</code> option.  + to <code>false</code> or <code>never</code> if you prefer Git commands not to use  + color unless enabled explicitly with some other configuration  + or the <code>--color</code> option. Set it to <code>always</code> if you want all  + output not intended for machine consumption to use color, to  + <code>true</code> or <code>auto</code> (this is the default since Git 1.8.4) if you  + want such output to use color when written to the terminal.   </p>   </dd>   <dt class="hdlist1">